home *** CD-ROM | disk | FTP | other *** search
- Product Name Version
- Arachnophilia 1.5
- Short (MetaBar) Name Long (ToolBar/Menu) Name ToolTip Status Line
- Forms Forms Automating Methods Automating Methods
- Button Name Command ToolTip Status Line
- NewForm <FORM ACTION="http://YourCGIScript" METHOD="POST">\n\n|\n\n</FORM> Creates new form Creates new form
- InText <INPUT TYPE="text" NAME="var name" SIZE="40" MAXLENGTH="80" VALUE="default value">|</INPUT> Text input control Text input control
- InPasswd <INPUT TYPE="password" NAME="var name" SIZE="40" MAXLENGTH="80" VALUE="default value">|</INPUT> Password input control Keystrokes are rendered as "*"
- InCheck <INPUT TYPE="checkbox" NAME="var name" VALUE="default value">|</INPUT> Checkbox control For selecting more than one of a set
- InRadio <INPUT TYPE="radio" NAME="var name" VALUE="default value">|</INPUT> Radio Control When put in sets, only one stays pressed
- InHidden <INPUT TYPE="hidden" NAME="var name" VALUE="default value">|</INPUT> Hidden Control Used to pass information to the CGI script
- InSelect <SELECT NAME="variable name">\n<OPTION>|\n<OPTION>\n<OPTION>\n<OPTION>\n</SELECT>\n Drop-down list Used for long lists of choices
- TextArea <TEXTAREA NAME="variable name" ROWS="3" COLS="40">|</TEXTAREA> Large Block Large Block
- InSubmit <INPUT TYPE="submit" VALUE="default value">|</INPUT> Submits form Submits form
- InReset <INPUT TYPE="Reset" VALUE="default value">|</INPUT> Resets Form Resets Form
-